body{background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(9,9,121,1) 25%, rgba(0,128,255,1) 50%, rgba(9,9,121,1) 75%, rgba(0,0,0,1) 100%);
color: white;
}
img{
	  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
h2{
	  text-align: center;
}
h1 {
	position: relative;
	top: 0px;
	color: white;
    background-color: blue;
	text-align: center;
	font-family: Papyrus, Copperplate;
}

#comment-box, #post {
    border: none;
    border-radius: 5px;
	background-color: blue;
	color: white;
	font-family: Papyrus, Copperplate;

}
#post:hover{
    background-color: deeppink;
}
